projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9704737
)
(post_command_idle_hook): Remove redundant (and inexact) obsolescence
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 4 Jul 2002 10:37:38 +0000
(10:37 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 4 Jul 2002 10:37:38 +0000
(10:37 +0000)
information.
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 37529018962461c25dce47eb55b3fedc229a6e84..5e038c264ed70e2ab4d889c6c31a859b9758f13b 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-10849,8
+10849,7
@@
might happen repeatedly and make Emacs nonfunctional. */);
DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook,
doc: /* Normal hook run after each command is executed, if idle.
-Errors running the hook are caught and ignored.
-This feature is obsolete; use idle timers instead. See `etc/NEWS'. */);
+Errors running the hook are caught and ignored. */);
Vpost_command_idle_hook = Qnil;
DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay,